On OSF, apparently fseek() works in some on-demand way, so the fseek
authorOwen Taylor <otaylor@redhat.com>
Thu, 20 Sep 2001 21:24:19 +0000 (21:24 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 20 Sep 2001 21:24:19 +0000 (21:24 +0000)
commit405c3b090f5bf6ba0007327b50e20439095568fd
tree16e7f1c84db127c11cda3b3b645a03dd76411e9f
parent0989d8ed833827100de59d6adb53795a708873c2
On OSF, apparently fseek() works in some on-demand way, so the fseek

Thu Sep 20 17:22:48 2001  Owen Taylor  <otaylor@redhat.com>

* io-tiff.c (gdk_pixbuf__tiff_image_load): On OSF, apparently fseek()
works in some on-demand way, so the fseek gdk_pixbuf_new_from_file() doesn't
work here since we are using the raw file descriptor. So, we call lseek()
on the fileno(f) before using it. (#60840).
gdk-pixbuf/ChangeLog
gdk-pixbuf/io-tiff.c